.membership{
    display: none;
}
.society_details{
    display: none;
}
.restrictions-input{
    display: none;
}

.visa-input{
    display: none;
}

.hasCkFinder ul {
    list-style: inside;
}

.full_member_ship{
    display: none;
}

.other_type{
    display: none;
}

.where_hear_other_type{
    display: none;
}
.gender_other_type{
    display: none;
}

.other_support_wasla{
    display: none;
}

.days .custom-control{
    display: inline ;
}

.invalid-feedback{
    display: inline;
}

.sector_fields{
    margin-left: 25px;
    display: none;
}


.slick-dots li{
    display: inline;
}

.partner_slider{
    background: none !important;
}

.single-blog-post .blog-thumb .blog-thumbnail img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.single-blog-content-wrap .single-blog-thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post-share {
    background-color: #3b60c9;
    padding: 10px 30px;
    margin-top: 40px;
  }
  
.post-share .shareonsocial {
    display: flex;
    align-items: center0;
  }
  
.post-share .shareonsocial a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    margin-right: 7px;
    text-align: center;
    line-height: 35px;
    color: #3b60c9;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  
.post-share .shareonsocial a:hover {
    background-color: #5481ff;
color: #fff;
  }
  
.post-share .shareonsocial span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    font-size: 2.5rem;
    line-height: 4rem;
    line-height: 1;
    margin-right: 20px;
    margin-top: 5px;
  }
  
.post-share .post-like-comm {
    font-size: 14px;
    line-height: 22.4px;
    font-size: 1.4rem;
    line-height: 2.2399999999999998rem;
    line-height: 1;
    margin: 10px 0;
  }
  
.post-share .post-like-comm a {
    color: #fff;
    margin-left: 15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
  
.post-share .post-like-comm a i.fa {
    margin-right: 4px;
}

.single-event-page-content .single-event-details .event-thumb-item:after{
    min-height: 700px;
    max-height: 700px;
}
/* European Commission Disclaimer */

.eu-disclaimer-box {
    background: #EEEEEE;
    border: 3px solid #CCCCCC;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
}

.eu-disclaimer-text {
    font-size: 15px;
    line-height: 1.8;
    color: #2c3e50;
    margin: 0 0 25px 0;
    font-weight: 700;
    text-align: center;
}

.eu-disclaimer-image-wrapper {
    text-align: center;
}

.eu-disclaimer-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .eu-disclaimer-box {
        padding: 20px;
        margin-top: 30px;
    }
    
    .eu-disclaimer-text {
        font-size: 14px;
    }
}